[Snyk] Upgrade web3-utils from 1.5.1 to 1.9.0 #27
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade web3-utils from 1.5.1 to 1.9.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version fixes:
SNYK-JS-TAR-1536531
Why? CVSS 8.2
SNYK-JS-TAR-1579147
Why? CVSS 8.2
SNYK-JS-DECODEURICOMPONENT-3149970
Why? CVSS 8.2
SNYK-JS-JSONSCHEMA-1920922
Why? CVSS 8.2
SNYK-JS-TAR-1579152
Why? CVSS 8.2
SNYK-JS-TAR-1579155
Why? CVSS 8.2
SNYK-JS-QS-3153490
Why? CVSS 8.2
SNYK-JS-SIMPLEGET-2361683
Why? CVSS 8.2
SNYK-JS-TAR-1536528
Why? CVSS 8.2
SNYK-JS-COOKIEJAR-3149984
Why? CVSS 8.2
SNYK-JS-MINIMATCH-3050818
Why? CVSS 8.2
SNYK-JS-TAR-1536758
Why? CVSS 8.2
SNYK-JS-MINIMIST-2429795
Why? CVSS 8.2
(*) Note that the real score may have changed since the PR was raised.
Release notes
Package name: web3-utils
-
1.9.0 - 2023-03-20
- Fixed skipped ws-ganache tests (#5759)
- Fixed "provider started to reconnect error" in web3-provider-ws (#5820)
- Fixed Error: Number can only safely store up to 53 bits (#5845)
- Fixed types for packages which have default exports but not declared default export in .d.ts (#5866)
- Fixed Transaction type by adding missing properties (#5856)
- Add optional
- Updated @ types/bn.js dependency to 5.1.1 in web3, web3-core and web3-eth-contract as reason mentioned in #5640 (#5885)
- Add description to error for failed connection on websocket (#5884)
- Updated dependencies (#5885)
-
1.9.0-rc.0 - 2023-03-07
- Fixed skipped ws-ganache tests (#5759)
- Fixed "provider started to reconnect error" in web3-provider-ws (#5820)
- Fixed Error: Number can only safely store up to 53 bits (#5845)
- Fixed types for packages which have default exports but not declared default export in .d.ts (#5866)
- Fixed Transaction type by adding missing properties (#5856)
- Add optional
- Updated @ types/bn.js dependency to 5.1.1 in web3, web3-core and web3-eth-contract as reason mentioned in #5640 (#5885)
- Add description to error for failed connection on websocket (#5884)
- Updated dependencies (#5885)
-
1.8.2 - 2023-01-30
- Updated Webpack 4 to Webpack 5, more details at (#5629)
- Updated
- Updated
- Bump utils 0.12.0 to 0.12.5 (#5691)
- Fixed types for
- Fixed Next.js builds failing on Node.js v16, Abortcontroller added if it doesn't exist globally (#5601)
- Builds fixed by updating all typescript versions to 4.1 (#5675)
- Add
-
1.8.2-rc.0 - 2023-01-11
- Updated Webpack 4 to Webpack 5, more details at (#5629)
- Updated
- Updated
- Bump utils 0.12.0 to 0.12.5 (#5691)
- Fixed types for
- Fixed Next.js builds failing on Node.js v16, Abortcontroller added if it doesn't exist globally (#5601)
- Builds fixed by updating all typescript versions to 4.1 (#5675)
- Add
-
1.8.1 - 2022-11-10
-
1.8.1-rc.0 - 2022-10-28
-
1.8.0 - 2022-09-14
-
1.8.0-rc.0 - 2022-09-08
-
1.7.5 - 2022-08-01
-
1.7.5-rc.1 - 2022-07-19
-
1.7.5-rc.0 - 2022-07-15
-
1.7.4 - 2022-06-21
-
1.7.4-rc.2 - 2022-06-16
-
1.7.4-rc.1 - 2022-06-08
-
1.7.4-rc.0 - 2022-05-17
-
1.7.3 - 2022-04-08
-
1.7.3-rc.0 - 2022-04-07
-
1.7.2 - 2022-04-07
-
1.7.2-rc.0 - 2022-03-24
-
1.7.1 - 2022-03-03
-
1.7.1-rc.0 - 2022-02-10
-
1.7.0 - 2022-01-17
-
1.7.0-rc.0 - 2021-12-09
-
1.6.1 - 2021-11-15
-
1.6.1-rc.3 - 2021-11-10
-
1.6.1-rc.2 - 2021-10-27
-
1.6.1-rc.0 - 2021-10-09
-
1.6.0 - 2021-09-30
-
1.6.0-rc.0 - 2021-09-26
-
1.5.3 - 2021-09-22
-
1.5.3-rc.0 - 2021-09-10
-
1.5.2 - 2021-08-15
-
1.5.2-rc.0 - 2021-08-15
-
1.5.1 - 2021-08-05
from web3-utils GitHub release notesFixed
Changed
hexFormatparam togetTransactionandgetBlockthat accepts the value'hex'(#5845)utils.toNumberandutils.hexToNumbercan now return the large unsafe numbers asBigInt, iftruewas passed to a new optional parameter calledbigIntOnOverflow(#5845)Security
Fixed
Changed
hexFormatparam togetTransactionandgetBlockthat accepts the value'hex'(#5845)utils.toNumberandutils.hexToNumbercan now return the large unsafe numbers asBigInt, iftruewas passed to a new optional parameter calledbigIntOnOverflow(#5845)Security
Changed
crypto-browserifymodule is now used only in webpack builds for polyfilling browsers (#5629)ethereumjs-utilto7.1.5(#5629)lerna4 to version 6 (#5680)Fixed
web3.utils._jsonInterfaceMethodToString(#5550)Removed
clean-webpack-pluginhas been removed from dev-dependencies (#5629)Added
https-browserify,process,stream-browserify,stream-http,crypto-browserifyadded to dev-dependencies for polyfilling (#5629)readable-streamto dev-dependancies for webpack (#5629)Security
npm audit fixfor libraries update (#5726)Changed
crypto-browserifymodule is now used only in webpack builds for polyfilling browsers (#5629)ethereumjs-utilto7.1.5(#5629)lerna4 to version 6 (#5680)Fixed
web3.utils._jsonInterfaceMethodToString(#5550)Removed
clean-webpack-pluginhas been removed from dev-dependencies (#5629)Added
https-browserify,process,stream-browserify,stream-http,crypto-browserifyadded to dev-dependencies for polyfilling (#5629)readable-streamto dev-dependancies for webpack (#5629)Security
npm audit fixfor libraries update (#5726)Commit messages
Package name: web3-utils
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs